From: Richard M. Stallman Date: Thu, 4 Mar 2004 17:01:17 +0000 (+0000) Subject: (command-switch-alist): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23816 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1afca3954d4c7751ab34da989630ccbc8c3cd780;p=emacs.git (command-switch-alist): Doc fix. --- diff --git a/lisp/startup.el b/lisp/startup.el index 26671e50014..77bb6e76732 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -76,8 +76,8 @@ the startup message unless he personally acts to inhibit it." (defvar command-switch-alist nil "Alist of command-line switches. Elements look like (SWITCH-STRING . HANDLER-FUNCTION). -HANDLER-FUNCTION receives switch name as sole arg; -remaining command-line args are in the variable `command-line-args-left'.") +HANDLER-FUNCTION receives the switch string as its sole argument; +the remaining command-line args are in the variable `command-line-args-left'.") (defvar command-line-args-left nil "List of command-line args not yet processed.")